ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / FinancialChart<T> Class / IsTemplate Property

In This Topic
    IsTemplate Property (FinancialChart<T>)
    In This Topic
    Gets or sets a boolean value which indicates whether transfer this control to template mode.
    Syntax
    'Declaration
     
    Public Property IsTemplate As Boolean
    public bool IsTemplate {get; set;}
    See Also